Welcome![Sign In][Sign Up]
Location:
Search - XOR c

Search list

[Mathimatics-Numerical algorithms遗传算法优化神经网络XOR.rar

Description: 遗传算法优化神经网络的C源程序
Platform: | Size: 36602 | Author: | Hits:

[Other resourcexor

Description: RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上一定得完成以上二步,方可运行。  3.   RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。-RSA algorithm (classic) 1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C - to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calc
Platform: | Size: 8636 | Author: | Hits:

[Other resourcec++BPxor

Description: 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
Platform: | Size: 16758 | Author: 刘哲 | Hits:

[Mathimatics-Numerical algorithmsXOR

Description: c++解决xor问题(bp网络)
Platform: | Size: 2161 | Author: xiaocui | Hits:

[AI-NN-PRbpnet

Description: 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
Platform: | Size: 35840 | Author: | Hits:

[AI-NN-PR遗传算法优化神经网络XOR

Description: 遗传算法优化神经网络的C源程序- Heredity algorithm optimization nerve network C source program
Platform: | Size: 36864 | Author: 陈宁 | Hits:

[Othernns xor

Description: 它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题-it tells how to use this library generated by the three-tier network BP to solve the notorious XOR
Platform: | Size: 1024 | Author: 贺龙 | Hits:

[Crack HackCryption-Vcdkey-Jeff

Description: 怀恋Dos时代吗? 这里有一个Dos下的加/解密软件[提供原代码!],叫做VCDKEY,你可能要奇怪为什么叫VCDKEY?这要从上大学时候说起了:大学时候,有个铁哥们叫做"小胖子",此兄爱看VCD碟子,于是经常租碟在自己电脑上看,而且还经常将一些喜欢的精彩片段辑录到电脑中,而其人缘极好,经常有人去他电脑上玩,但他又不愿意让别人看到他录下的东西!有天,他跟我谈到了他的苦衷,于是,我决定为我的哥们写个东西,于是就有了这个东西! 其实,它的原理很简单,就是文件各字节的异或,但是要配合好字节的异或却要做一些另外的工作!而且它还具有CRC校验及运行时候的进度提示!作为个人的文件加密,C语言的学习都有一定的价值吧! 本人才疏学浅,没有炫耀之意思,只想代码,软件共享,大家共同提高!-nostalgia for the times? Here is a Dos under the plus/decryption software [for the original code! ] Called VCDKEY, you may be wondering why VCDKEY called? From this time on the University Speaking : University of time, to have a buddy called "Overweight", brother love VCD plate, so often rent CDs on their computers perspective, but also often like some of the highlights of all of the computer, and its excellent personal relationship, it was often to go to his computer to play , but he is unwilling to let people see his record things! One day, he told me he talked of the difficulties, and I decided for my brother to write things, he was such a thing! Actually, the principle is very simple. Bytes of the file or different, but to meet good-byte XOR has to be done some other work!
Platform: | Size: 51200 | Author: 杰弗雷 | Hits:

[Other Embeded programcrc32源码及资料

Description: CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract operations for the two to die, not into the Modified, dislocation, as logical XOR.
Platform: | Size: 4967424 | Author: | Hits:

[AI-NN-PRBPN(Xor)

Description: 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
Platform: | Size: 14336 | Author: 邬源 | Hits:

[AI-NN-PRxor

Description: RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)   但在其它机子上一定得完成以上二步,方可运行。  3.   RSA的解密对象为C盘下文件名RSACIPER.txt文件,解密后在C盘下生成为End_CODE.txt文件。 运行步骤 (计算PK SK R)-->(A_RSA加密)-->(A_RSA解密)。-RSA algorithm (classic) 1. First, it is necessary folder of documents copied to rsa.c running tools (eg TURBOC2) folder called INCLUDE of folders. (In this plane has been done, so there was no need to do) 2. RSA encryption target for the C-CODE.txt document, entitled under the former eight (if not necessarily in the C- to establish a document titled CODE.txt documents, the encrypted data to document wrote), encryption in the next generation C-1 document, entitled RSACIPER.txt document. (In this plane has been done, so there was no need to do the above two-step) but on the other machine had to complete the above two steps before running. 3. RSA decryption target for the C-under File Name RSACIPER.txt documents, declassified after the C-Descent into End_CODE.txt document. Run steps (PK calc
Platform: | Size: 8192 | Author: | Hits:

[Mathimatics-Numerical algorithmsXOR

Description: c++解决xor问题(bp网络)-c++ solve xor problem (bp Network)
Platform: | Size: 2048 | Author: xiaocui | Hits:

[AI-NN-PRBP_XOR

Description: 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
Platform: | Size: 106496 | Author: chencailong | Hits:

[Windows Developxor

Description: 异或运算,c++语言代码,用于CRC校验-XOR operator, c++ language code for the CRC checksum
Platform: | Size: 21504 | Author: 张天河 | Hits:

[CA authxor.c

Description: Simple crypting program for files which uses arbitrary XOR key.
Platform: | Size: 1024 | Author: animist | Hits:

[Crack Hackxor

Description: (pbc)Pairing-Based Cryptography是实现双线性对运算的 函數库,但没有异或XOR函數,我参考编写了一个,希望对大家有 帮助. 编译命令: gcc -o xor xor.c -I /usr/local/include/pbc -L /usr/local/lib -Wl,-rpath /usr/local/lib -lpbc 运 行 :./xor <a.param-(Pbc) Pairing-Based Cryptography bilinear computing library, but not exclusive or XOR function, I reference written, and I hope for all of us to help compile command: gcc-o xor xor.c-I/usr/local/include/pbc-L/usr/local/lib-Wl,-rpath/usr/local/lib-lpbc run:./xor <a.param
Platform: | Size: 1024 | Author: edmun | Hits:

[Linux-Unixxor

Description: xor.c : Multiple Devices driver for Linux.
Platform: | Size: 2048 | Author: nerxsmv | Hits:

[Windows DevelopC#超级通信调试工具源码

Description: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试 2.支持Hex,ASCII,UTF8,GB2312编码调试 3.接收数据可通过右键菜单一键计算Hex对应的数值 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR) 5.串口超级终端 6.Socket通信监视器 7:Ping调试(1. Serial port, TCP server / client, UDP server / client communication debugging 2. Support Hex, ASCII, UTF8, GB2312 encoding debugging 3. Receive data You can calculate the value of Hex by right-clicking menu 4. Byte calculator / check value calculator (CRC16, custom polynomial CRC16, XOR) 5. Serial terminal 6.Socket communication monitor 7: Ping debugging)
Platform: | Size: 2095104 | Author: Frank_1990 | Hits:

[Windows DevelopC#利用异或算法为数字加密

Description: windows,C#利用异或算法为数字加密(C# uses XOR algorithm for digital encryption)
Platform: | Size: 54272 | Author: jin.l | Hits:

[Windows DevelopC#通讯调试工具v3.0源码

Description: 开发工具:VS2010 语言:C# .NET Framework2.0 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 具体可看我的博文:http://blog.csdn.net/sqqyq/article/details/10012183 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。(C# NETWORK DEBUG TOOLS C# NETWORK DEBUG TOOLS)
Platform: | Size: 1482752 | Author: cocojava | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net